home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / fileutils-3.16.tar.gz / fileutils-3.16.tar / fileutils-3.16 / intl / ChangeLog < prev    next >
Encoding:
Text File  |  1996-12-07  |  30.3 KB  |  951 lines

  1. Mon Nov 25 22:57:51 1996  Ulrich Drepper  <drepper@cygnus.com>
  2.  
  3.     * textdomain.c: Move definition of `memcpy` macro to right
  4.     position.
  5.  
  6. Fri Nov 22 04:01:58 1996  Ulrich Drepper  <drepper@cygnus.com>
  7.  
  8.     * finddomain.c [!HAVE_STRING_H && !_LIBC]: Define memcpy using
  9.      bcopy if not already defined.  Reported by Thomas Esken.
  10.     * bindtextdom.c: Likewise.
  11.     * l10nflist.c: Likewise.
  12.     * localealias.c: Likewise.
  13.     * textdomain.c: Likewise.
  14.  
  15. Tue Oct 29 11:10:27 1996  Ulrich Drepper  <drepper@cygnus.com>
  16.  
  17.     * Makefile.in (libdir): Change to use exec_prefix instead of
  18.      prefix.  Reported by Knut-HσvardAksnes <etokna@eto.ericsson.se>.
  19.  
  20. Sat Aug 31 03:07:09 1996  Ulrich Drepper  <drepper@cygnus.com>
  21.  
  22.     * l10nflist.c (_nl_normalize_codeset): We convert to lower case,
  23.     so don't prepend uppercase `ISO' for only numeric arg.
  24.  
  25. Fri Jul 19 00:15:46 1996  Ulrich Drepper  <drepper@cygnus.com>
  26.  
  27.     * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
  28.     definition of _GNU_SOURCE.  Patch by Roland McGrath.
  29.  
  30.     * Makefile.in (uninstall): Fix another bug with `for' loop and
  31.     empty arguments.  Patch by Jim Meyering.  Correct name os
  32.     uninstalled files: no intl- prefix anymore.
  33.  
  34.     * Makefile.in (install-data): Again work around shells which
  35.     cannot handle mpty for list.  Reported by Jim Meyering.
  36.  
  37. Sat Jul 13 18:11:35 1996  Ulrich Drepper  <drepper@cygnus.com>
  38.  
  39.     * Makefile.in (install): Split goal.  Now depend on install-exec
  40.         and install-data.
  41.     (install-exec, install-data): New goals.  Created from former
  42.     install goal.
  43.     Reported by Karl Berry.
  44.  
  45. Sat Jun 22 04:58:14 1996  Ulrich Drepper  <drepper@cygnus.com>
  46.  
  47.     * Makefile.in (MKINSTALLDIRS): New variable.  Path to
  48.         mkinstalldirs script.
  49.     (install): use MKINSTALLDIRS variable or if the script is not present
  50.     try to find it in the $top_scrdir).
  51.  
  52. Wed Jun 19 02:56:56 1996  Ulrich Drepper  <drepper@cygnus.com>
  53.  
  54.     * l10nflist.c: Linux libc *partly* includes the argz_* functions.
  55.     Grr.  Work around by renaming the static version and use macros
  56.     for renaming.
  57.  
  58. Tue Jun 18 20:11:17 1996  Ulrich Drepper  <drepper@cygnus.com>
  59.  
  60.     * l10nflist.c: Correct presence test macros of __argz_* functions.
  61.  
  62.     * l10nflist.c: Include <argz.h> based on test of it instead when
  63.     __argz_* functions are available.
  64.     Reported by Andreas Schwab.
  65.  
  66. Thu Jun 13 15:17:44 1996  Ulrich Drepper  <drepper@cygnus.com>
  67.  
  68.     * explodename.c, l10nflist.c: Define NULL for dumb systems.
  69.  
  70. Tue Jun 11 17:05:13 1996  Ulrich Drepper  <drepper@cygnus.com>
  71.  
  72.     * intlh.inst.in, libgettext.h (dcgettext): Rename local variable
  73.     result to __result to prevent name clash.
  74.  
  75.     * l10nflist.c, localealias.c, dcgettext.c: Define _GNU_SOURCE to
  76.         get prototype for stpcpy and strcasecmp.
  77.  
  78.     * intlh.inst.in, libgettext.h: Move declaration of
  79.     `_nl_msg_cat_cntr' outside __extension__ block to prevent warning
  80.     from gcc's -Wnested-extern option.
  81.  
  82. Fri Jun  7 01:58:00 1996  Ulrich Drepper  <drepper@cygnus.com>
  83.  
  84.     * Makefile.in (install): Remove comment.
  85.  
  86. Thu Jun  6 17:28:17 1996  Ulrich Drepper  <drepper@cygnus.com>
  87.  
  88.     * Makefile.in (install): Work around for another Buglix stupidity.
  89.     Always use an `else' close for `if's.  Reported by Nelson Beebe.
  90.  
  91.     * Makefile.in (intlh.inst): Correct typo in phony rule.
  92.     Reported by Nelson Beebe.
  93.  
  94. Thu Jun  6 01:49:52 1996  Ulrich Drepper  <drepper@cygnus.com>
  95.  
  96.     * dcgettext.c (read_alias_file): Rename variable alloca_list to
  97.     block_list as the macro calls assume.
  98.     Patch by Eric Backus.
  99.  
  100.     * localealias.c [!HAVE_ALLOCA]: Define alloca as macro using
  101.         malloc.
  102.     (read_alias_file): Rename varriabe alloca_list to block_list as the
  103.     macro calls assume.
  104.     Patch by Eric Backus.
  105.  
  106.     * l10nflist.c: Correct conditional for <argz.h> inclusion.
  107.     Reported by Roland McGrath.
  108.  
  109.     * Makefile.in (all): Depend on all-@USE_INCLUDED_LIBINTL@, not
  110.         all-@USE_NLS@.
  111.  
  112.     * Makefile.in (install): intlh.inst comes from local dir, not
  113.         $(srcdir).
  114.  
  115.     * Makefile.in (intlh.inst): Special handling of this goal.  If
  116.     used in gettext, this is really a rul to construct this file.  If
  117.     used in any other package it is defined as a .PHONY rule with
  118.     empty body.
  119.  
  120.     * finddomain.c: Extract locale file information handling into
  121.     l10nfile.c.  Rename local stpcpy__ function to stpcpy.
  122.  
  123.     * dcgettext.c (stpcpy): Add local definition.
  124.  
  125.     * l10nflist.c: Solve some portability problems.  Patches partly by
  126.     Thomas Esken.  Add local definition of stpcpy.
  127.  
  128. Tue Jun  4 02:47:49 1996  Ulrich Drepper  <drepper@cygnus.com>
  129.  
  130.     * intlh.inst.in: Don't depend including <locale.h> on
  131.     HAVE_LOCALE_H.  Instead configure must rewrite this fiile
  132.     depending on the result of the configure run.
  133.  
  134.     * Makefile.in (install): libintl.inst is now called intlh.inst.
  135.     Add rules for updating intlh.inst from intlh.inst.in.
  136.  
  137.     * libintl.inst: Renamed to intlh.inst.in.
  138.  
  139.     * localealias.c, dcgettext.c [__GNUC__]: Define HAVE_ALLOCA to 1
  140.         because gcc has __buitlin_alloca.
  141.     Reported by Roland McGrath.
  142.  
  143. Mon Jun  3 00:32:16 1996  Ulrich Drepper  <drepper@cygnus.com>
  144.  
  145.     * Makefile.in (installcheck): New goal to fulfill needs of
  146.         automake's distcheck.
  147.  
  148.     * Makefile.in (install): Reorder commands so that VERSION is
  149.         found.
  150.  
  151.     * Makefile.in (gettextsrcdir): Now use subdirectory intl/ in
  152.         @datadir@/gettext.
  153.     (COMSRCS): Add l10nfile.c.
  154.     (OBJECTS): Add l10nfile.o.
  155.     (DISTFILES): Rename to DISTFILE.normal.  Remove $(DISTFILES.common).
  156.     (DISTFILE.gettext): Remove $(DISTFILES.common).
  157.     (all-gettext): Remove goal.
  158.     (install): If $(PACKAGE) = gettext install, otherwose do nothing.  No
  159.     package but gettext itself should install libintl.h + headers.
  160.     (dist): Extend goal to work for gettext, too.
  161.     (dist-gettext): Remove goal.
  162.  
  163.     * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc.
  164.  
  165. Sun Jun  2 17:33:06 1996  Ulrich Drepper  <drepper@cygnus.com>
  166.  
  167.     * loadmsgcat.c (_nl_load_domain): Parameter is now comes from
  168.         find_l10nfile.
  169.  
  170. Sat Jun  1 02:23:03 1996  Ulrich Drepper  <drepper@cygnus.com>
  171.  
  172.     * l10nflist.c (__argz_next): Add definition.
  173.  
  174.     * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca
  175.     code.  Use new l10nfile handling.
  176.  
  177.     * localealias.c [!HAVE_ALLOCA]: Add code for handling missing
  178.         alloca code.
  179.  
  180.     * l10nflist.c: Initial revision.
  181.  
  182. Tue Apr  2 18:51:18 1996  Ulrich Drepper  <drepper@myware>
  183.  
  184.     * Makefile.in (all-gettext): New goal.  Same as all-yes.
  185.  
  186. Thu Mar 28 23:01:22 1996  Karl Eichwalder  <ke@ke.central.de>
  187.  
  188.     * Makefile.in (gettextsrcdir): Define using @datadir@.
  189.  
  190. Tue Mar 26 12:39:14 1996  Ulrich Drepper  <drepper@myware>
  191.  
  192.     * finddomain.c: Include <ctype.h>.  Reported by Roland McGrath.
  193.  
  194. Sat Mar 23 02:00:35 1996  Ulrich Drepper  <drepper@myware>
  195.  
  196.     * finddomain.c (stpcpy): Rename to stpcpy__ to prevent clashing
  197.         with external declaration.
  198.  
  199. Sat Mar  2 00:47:09 1996  Ulrich Drepper  <drepper@myware>
  200.  
  201.     * Makefile.in (all-no): Rename from all_no.
  202.  
  203. Sat Feb 17 00:25:59 1996  Ulrich Drepper  <drepper@myware>
  204.  
  205.     * gettextP.h [loaded_domain]: Array `successor' must now contain up
  206.         to 63 elements (because of codeset name normalization).
  207.  
  208.     * finddomain.c: Implement codeset name normalization.
  209.  
  210. Thu Feb 15 04:39:09 1996  Ulrich Drepper  <drepper@myware>
  211.  
  212.     * Makefile.in (all): Define to `all-@USE_NLS@'.
  213.     (all-yes, all_no): New goals.  `all-no' is noop, `all-yes'
  214.     is former all.
  215.  
  216. Mon Jan 15 21:46:01 1996  Howard Gayle  <howard@hal.com>
  217.  
  218.     * localealias.c (alias_compare): Increment string pointers in loop
  219.         of strcasecmp replacement.
  220.  
  221. Fri Dec 29 21:16:34 1995  Ulrich Drepper  <drepper@myware>
  222.  
  223.     * Makefile.in (install-src): Who commented this goal out ? :-)
  224.  
  225. Fri Dec 29 15:08:16 1995  Ulrich Drepper  <drepper@myware>
  226.  
  227.     * dcgettext.c (DCGETTEXT): Save `errno'.  Failing system calls
  228.     should not effect it because a missing catalog is no error.
  229.     Reported by Harald K<o:>nig <koenig@tat.physik.uni-tuebingen.de>.
  230.  
  231. Tue Dec 19 22:09:13 1995  Ulrich Drepper  <drepper@myware>
  232.  
  233.     * Makefile.in (Makefile): Explicitly use $(SHELL) for running
  234.         shell scripts.
  235.  
  236. Fri Dec 15 17:34:59 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
  237.  
  238.     * Makefile.in (install-src): Only install library and header when
  239.     we use the own implementation.  Don't do it when using the
  240.     system's gettext or catgets functions.
  241.  
  242.     * dcgettext.c (find_msg): Must not swap domain->hash_size here.
  243.  
  244. Sat Dec  9 16:24:37 1995  Ulrich Drepper  <drepper@myware>
  245.  
  246.     * localealias.c, libintl.inst, libgettext.h, hash-string.h,
  247.     gettextP.h, finddomain.c, dcgettext.c, cat-compat.c:
  248.     Use PARAMS instead of __P.  Suggested by Roland McGrath.
  249.  
  250. Tue Dec  5 11:39:14 1995  Larry Schwimmer  <rosebud@cyclone.stanford.edu>
  251.  
  252.     * libgettext.h: Use `#if !defined (_LIBINTL_H)' instead of `#if
  253.     !_LIBINTL_H' because Solaris defines _LIBINTL_H as empty.
  254.  
  255. Mon Dec  4 15:42:07 1995  Ulrich Drepper  <drepper@myware>
  256.  
  257.     * Makefile.in (install-src):
  258.     Install libintl.inst instead of libintl.h.install.
  259.  
  260. Sat Dec  2 22:51:38 1995  Marcus Daniels  <marcus@sysc.pdx.edu>
  261.  
  262.     * cat-compat.c (textdomain):
  263.     Reverse order in which files are tried you load.  First
  264.     try local file, when this failed absolute path.
  265.  
  266. Wed Nov 29 02:03:53 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
  267.  
  268.     * cat-compat.c (bindtextdomain): Add missing { }.
  269.  
  270. Sun Nov 26 18:21:41 1995  Ulrich Drepper  <drepper@myware>
  271.  
  272.     * libintl.inst: Add missing __P definition.  Reported by Nelson Beebe.
  273.  
  274.     * Makefile.in:
  275.     Add dummy `all' and `dvi' goals.  Reported by Tom Tromey.
  276.  
  277. Sat Nov 25 16:12:01 1995  Franc,ois Pinard  <pinard@iro.umontreal.ca>
  278.  
  279.     * hash-string.h: Capitalize arguments of macros.
  280.  
  281. Sat Nov 25 12:01:36 1995  Ulrich Drepper  <drepper@myware>
  282.  
  283.     * Makefile.in (DISTFILES): Prevent files names longer than 13
  284.     characters.  libintl.h.glibc->libintl.glibc,
  285.     libintl.h.install->libintl.inst.  Reported by Joshua R. Poulson.
  286.  
  287. Sat Nov 25 11:31:12 1995  Eric Backus  <ericb@lsid.hp.com>
  288.  
  289.     * dcgettext.c: Fix bug in preprocessor conditionals.
  290.  
  291. Sat Nov 25 02:35:27 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
  292.  
  293.     * libgettext.h: Solaris cc does not understand
  294.      #if !SYMBOL1 && !SYMBOL2.  Sad    but true.
  295.  
  296. Thu Nov 23 16:22:14 1995  Ulrich Drepper  <drepper@myware>
  297.  
  298.     * hash-string.h (hash_string):
  299.     Fix for machine with >32 bit `unsigned long's.
  300.  
  301.     * dcgettext.c (DCGETTEXT):
  302.     Fix horrible bug in loop for alternative translation.
  303.  
  304. Thu Nov 23 01:45:29 1995  Ulrich Drepper  <drepper@myware>
  305.  
  306.     * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
  307.     Some further simplifications in message number generation.
  308.  
  309. Mon Nov 20 21:08:43 1995  Ulrich Drepper  <drepper@myware>
  310.  
  311.     * libintl.h.glibc: Use __const instead of const in prototypes.
  312.  
  313.     * Makefile.in (install-src):
  314.     Install libintl.h.install instead of libintl.h.  This
  315.     is a stripped-down version.  Suggested by Peter Miller.
  316.  
  317.     * libintl.h.install, libintl.h.glibc: Initial revision.
  318.  
  319.     * localealias.c (_nl_expand_alias, read_alias_file):
  320.     Protect prototypes in type casts by __P.
  321.  
  322. Tue Nov 14 16:43:58 1995  Ulrich Drepper  <drepper@myware>
  323.  
  324.     * hash-string.h: Correct prototype for hash_string.
  325.  
  326. Sun Nov 12 12:42:30 1995  Ulrich Drepper  <drepper@myware>
  327.  
  328.     * hash-string.h (hash_string): Add prototype.
  329.  
  330.     * gettextP.h: Fix copyright.
  331.     (SWAP): Add prototype.
  332.  
  333. Wed Nov  8 22:56:33 1995  Ulrich Drepper  <drepper@myware>
  334.  
  335.     * localealias.c (read_alias_file): Forgot sizeof.
  336.     Avoid calling *printf function.  This introduces a big overhead.
  337.     Patch by Roland McGrath.
  338.  
  339. Tue Nov  7 14:21:08 1995  Ulrich Drepper  <drepper@myware>
  340.  
  341.     * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
  342.  
  343.     * finddomain.c (stpcpy):
  344.     Define substitution function local.  The macro was to flaky.
  345.  
  346.     * cat-compat.c: Fix typo.
  347.  
  348.     * xopen-msg.sed, linux-msg.sed:
  349.     While bringing message number to right place only accept digits.
  350.  
  351.     * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
  352.     leading 0s we don't need to remove them.  Reported by Marcus
  353.     Daniels.
  354.  
  355.     * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
  356.     dependency.  Reported by Marcus Daniels.
  357.  
  358.     * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
  359.     Generally cleanup using #if instead of #ifndef.
  360.  
  361.     * Makefile.in: Correct typos in comment.  By Franc,ois Pinard.
  362.  
  363. Mon Nov  6 00:27:02 1995  Ulrich Drepper  <drepper@myware>
  364.  
  365.     * Makefile.in (install-src): Don't install libintl.h and libintl.a
  366.     if we use an available gettext implementation.
  367.  
  368. Sun Nov  5 22:02:08 1995  Ulrich Drepper  <drepper@myware>
  369.  
  370.     * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS.  Reported
  371.     by Franc,ois Pinard.
  372.  
  373.     * libgettext.h: Use #if instead of #ifdef/#ifndef.
  374.  
  375.     * finddomain.c:
  376.     Comments describing what has to be done should start with FIXME.
  377.  
  378. Sun Nov  5 19:38:01 1995  Ulrich Drepper  <drepper@myware>
  379.  
  380.     * Makefile.in (DISTFILES): Split.  Use DISTFILES with normal meaning.
  381.     DISTFILES.common names the files common to both dist goals.
  382.     DISTFILES.gettext are the files only distributed in GNU gettext.
  383.  
  384. Sun Nov  5 17:32:54 1995  Ulrich Drepper  <drepper@myware>
  385.  
  386.     * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
  387.     This was necessary since a change in _nl_find_msg several weeks
  388.     ago.  I really don't know this is still not fixed.
  389.  
  390. Sun Nov  5 12:43:12 1995  Ulrich Drepper  <drepper@myware>
  391.  
  392.     * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL.  This
  393.     might mark a special condition.
  394.  
  395.     * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
  396.  
  397.     * Makefile.in (dist): Suppress error message when ln failed.
  398.     Get files from $(srcdir) explicitly.
  399.  
  400.     * libgettext.h (gettext_const): Rename to gettext_noop.
  401.  
  402. Fri Nov  3 07:36:50 1995  Ulrich Drepper  <drepper@myware>
  403.  
  404.     * finddomain.c (make_entry_rec):
  405.     Protect against wrong locale names by testing mask.
  406.  
  407.     * libgettext.h (gettext_const): Add macro definition.
  408.     Capitalize macro arguments.
  409.  
  410. Thu Nov  2 23:15:51 1995  Ulrich Drepper  <drepper@myware>
  411.  
  412.     * finddomain.c (_nl_find_domain):
  413.     Test for pointer != NULL before accessing value.
  414.     Reported by Tom Tromey.
  415.  
  416.     * gettext.c (NULL):
  417.     Define as (void*)0 instad of 0.  Reported by Franc,ois Pinard.
  418.  
  419. Mon Oct 30 21:28:52 1995  Ulrich Drepper  <drepper@myware>
  420.  
  421.     * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
  422.  
  423. Sat Oct 28 23:20:47 1995  Ulrich Drepper  <drepper@myware>
  424.  
  425.     * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
  426.  
  427.     * localealias.c (alias_compare):
  428.     Peter Miller reported that tolower in some systems is
  429.     even dumber than I thought.  Protect call by `isupper'.
  430.  
  431. Fri Oct 27 22:22:51 1995  Ulrich Drepper  <drepper@myware>
  432.  
  433.     * Makefile.in (libdir, includedir): New variables.
  434.     (install-src): Install libintl.a and libintl.h in correct dirs.
  435.  
  436. Fri Oct 27 22:07:29 1995  Ulrich Drepper  <drepper@myware>
  437.  
  438.     * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
  439.  
  440.     * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
  441.  
  442.     * localealias.c:
  443.     Fix typo and superflous test.  Reported by Christian von Roques.
  444.  
  445. Fri Oct  6 11:52:05 1995  Ulrich Drepper  <drepper@myware>
  446.  
  447.     * finddomain.c (_nl_find_domain):
  448.     Correct some remainder from the pre-CEN syntax.  Now
  449.     we don't have a constant number of successors anymore.
  450.  
  451. Wed Sep 27 21:41:13 1995  Ulrich Drepper  <drepper@myware>
  452.  
  453.     * Makefile.in (DISTFILES): Add libintl.h.glibc.
  454.  
  455.     * Makefile.in (dist-libc): Add goal for packing sources for glibc.
  456.     (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
  457.  
  458.     * loadmsgcat.c: Forget to continue #if line.
  459.  
  460.     * localealias.c:
  461.     [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
  462.     space clean.
  463.  
  464.     * dcgettext.c, finddomain.c: Better comment to last change.
  465.  
  466.     * loadmsgcat.c:
  467.     [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
  468.     __fstat, __open, __close, __read, __mmap, and __munmap resp
  469.     to keep ANSI C name space clean.
  470.  
  471.     * finddomain.c:
  472.     [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
  473.  
  474.     * dcgettext.c:
  475.     [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
  476.     keep ANSI C name space clean.
  477.  
  478.     * libgettext.h:
  479.     Include sys/types.h for those old SysV systems out there.
  480.     Reported by Francesco Potorti`.
  481.  
  482.     * loadmsgcat.c (use_mmap): Define if compiled for glibc.
  483.  
  484.     * bindtextdom.c: Include all those standard headers
  485.     unconditionally if _LIBC is defined.
  486.  
  487.     * finddomain.c: Fix 2 times defiend -> defined.
  488.  
  489.     * textdomain.c: Include libintl.h instead of libgettext.h when
  490.     compiling for glibc.  Include all those standard headers
  491.     unconditionally if _LIBC is defined.
  492.  
  493.     * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
  494.  
  495.     * gettext.c:
  496.     Include libintl.h instead of libgettext.h when compiling for glibc.
  497.     Get NULL from stddef.h if we compile for glibc.
  498.  
  499.     * finddomain.c: Include libintl.h instead of libgettext.h when
  500.     compiling for glibc.  Include all those standard headers
  501.     unconditionally if _LIBC is defined.
  502.  
  503.     * dcgettext.c: Include all those standard headers unconditionally
  504.     if _LIBC is defined.
  505.  
  506.     * dgettext.c: If compiled in glibc include libintl.h instead of
  507.     libgettext.h.
  508.     (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
  509.  
  510.     * dcgettext.c: If compiled in glibc include libintl.h instead of
  511.     libgettext.h.
  512.     (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
  513.  
  514.     * bindtextdom.c:
  515.     If compiled in glibc include libintl.h instead of libgettext.h.
  516.  
  517. Mon Sep 25 22:23:06 1995  Ulrich Drepper  <drepper@myware>
  518.  
  519.     * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
  520.     Reported by Marcus Daniels.
  521.  
  522.     * cat-compat.c (bindtextdomain):
  523.     String used in putenv must not be recycled.
  524.     Reported by Marcus Daniels.
  525.  
  526.     * libgettext.h (__USE_GNU_GETTEXT):
  527.     Additional symbol to signal that we use GNU gettext
  528.     library.
  529.  
  530.     * cat-compat.c (bindtextdomain):
  531.     Fix bug with the strange stpcpy replacement.
  532.     Reported by Nelson Beebe.
  533.  
  534. Sat Sep 23 08:23:51 1995  Ulrich Drepper  <drepper@myware>
  535.  
  536.     * cat-compat.c: Include <string.h> for stpcpy prototype.
  537.  
  538.     * localealias.c (read_alias_file):
  539.     While expand strdup code temporary variable `cp' hided
  540.     higher level variable with same name.  Rename to `tp'.
  541.  
  542.     * textdomain.c (textdomain):
  543.     Avoid warning by using temporary variable in strdup code.
  544.  
  545.     * finddomain.c (_nl_find_domain): Remove unused variable `application'.
  546.  
  547. Thu Sep 21 15:51:44 1995  Ulrich Drepper  <drepper@myware>
  548.  
  549.     * localealias.c (alias_compare):
  550.     Use strcasecmp() only if available.  Else use
  551.     implementation in place.
  552.  
  553.     * intl-compat.c:
  554.     Wrapper functions now call *__ functions instead of __*.
  555.  
  556.     * libgettext.h: Declare prototypes for *__ functions instead for __*.
  557.  
  558.     * cat-compat.c, loadmsgcat.c:
  559.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  560.     of the standard libc and so prevent libintl.a from being used
  561.     standalone.
  562.  
  563.     * bindtextdom.c:
  564.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  565.     of the standard libc and so prevent libintl.a from being used
  566.     standalone.
  567.     Rename to bindtextdomain__ if not used in GNU C Library.
  568.  
  569.     * dgettext.c:
  570.     Rename function to dgettext__ if not used in GNU C Library.
  571.  
  572.     * gettext.c:
  573.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  574.     of the standard libc and so prevent libintl.a from being used
  575.     standalone.
  576.     Functions now called gettext__ if not used in GNU C Library.
  577.  
  578.     * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
  579.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  580.     of the standard libc and so prevent libintl.a from being used
  581.     standalone.
  582.  
  583. Sun Sep 17 23:14:49 1995  Ulrich Drepper  <drepper@myware>
  584.  
  585.     * finddomain.c: Correct some bugs in handling of CEN standard
  586.      locale definitions.
  587.  
  588. Thu Sep  7 01:49:28 1995  Ulrich Drepper  <drepper@myware>
  589.  
  590.     * finddomain.c: Implement CEN syntax.
  591.  
  592.     * gettextP.h (loaded_domain): Extend number of successors to 31.
  593.  
  594. Sat Aug 19 19:25:29 1995  Ulrich Drepper  <drepper@myware>
  595.  
  596.     * Makefile.in (aliaspath): Remove path to X11 locale dir.
  597.  
  598.     * Makefile.in: Make install-src depend on install.  This helps
  599.      gettext to install the sources and other packages can use the
  600.      install goal.
  601.  
  602. Sat Aug 19 15:19:33 1995  Ulrich Drepper  <drepper@myware>
  603.  
  604.     * Makefile.in (uninstall): Remove stuff installed by install-src.
  605.  
  606. Tue Aug 15 13:13:53 1995  Ulrich Drepper  <drepper@myware>
  607.  
  608.     * VERSION.in: Initial revision.
  609.  
  610.     * Makefile.in (DISTFILES):
  611.     Add VERSION file.  This is not necessary for gettext, but
  612.     for other packages using this library.
  613.  
  614. Tue Aug 15 06:16:44 1995  Ulrich Drepper  <drepper@myware>
  615.  
  616.     * gettextP.h (_nl_find_domain):
  617.     New prototype after changing search strategy.
  618.  
  619.     * finddomain.c (_nl_find_domain):
  620.     We now try only to find a specified catalog.  Fall back to other
  621.     catalogs listed in the locale list is now done in __dcgettext.
  622.  
  623.     * dcgettext.c (__dcgettext):
  624.     Now we provide message fall back even to different languages.
  625.     I.e. if a message is not available in one language all the other
  626.      in the locale list a tried.  Formerly fall back was only possible
  627.      within one language.  Implemented by moving one loop from
  628.      _nl_find_domain to here.
  629.  
  630. Mon Aug 14 23:45:50 1995  Ulrich Drepper  <drepper@myware>
  631.  
  632.     * Makefile.in (gettextsrcdir):
  633.     Directory where source of GNU gettext library are made
  634.     available.
  635.     (INSTALL, INSTALL_DATA): Programs used for installing sources.
  636.     (gettext-src): New.  Rule to install GNU gettext sources for use in
  637.     gettextize shell script.
  638.  
  639. Sun Aug 13 14:40:48 1995  Ulrich Drepper  <drepper@myware>
  640.  
  641.     * loadmsgcat.c (_nl_load_domain):
  642.     Use mmap for loading only when munmap function is
  643.     also available.
  644.  
  645.     * Makefile.in (install): Depend on `all' goal.
  646.  
  647. Wed Aug  9 11:04:33 1995  Ulrich Drepper  <drepper@myware>
  648.  
  649.     * localealias.c (read_alias_file):
  650.     Do not overwrite '\n' when terminating alias value string.
  651.  
  652.     * localealias.c (read_alias_file):
  653.     Handle long lines.  Ignore the rest not fitting in
  654.     the buffer after the initial `fgets' call.
  655.  
  656. Wed Aug  9 00:54:29 1995  Ulrich Drepper  <drepper@myware>
  657.  
  658.     * gettextP.h (_nl_load_domain):
  659.     Add prototype, replacing prototype for _nl_load_msg_cat.
  660.  
  661.     * finddomain.c (_nl_find_domain):
  662.     Remove unneeded variable filename and filename_len.
  663.     (expand_alias): Remove prototype because functions does not
  664.      exist anymore.
  665.  
  666.     * localealias.c (read_alias_file):
  667.     Change type of fname_len parameter to int.
  668.     (xmalloc): Add prototype.
  669.  
  670.     * loadmsgcat.c: Better prototypes for xmalloc.
  671.  
  672. Tue Aug  8 22:30:39 1995  Ulrich Drepper  <drepper@myware>
  673.  
  674.     * finddomain.c (_nl_find_domain):
  675.     Allow alias name to be constructed from the four components.
  676.  
  677.     * Makefile.in (aliaspath): New variable.  Set to preliminary value.
  678.     (SOURCES): Add localealias.c.
  679.     (OBJECTS): Add localealias.o.
  680.  
  681.     * gettextP.h: Add prototype for _nl_expand_alias.
  682.  
  683.     * finddomain.c: Aliasing handled in intl/localealias.c.
  684.  
  685.     * localealias.c: Aliasing for locale names.
  686.  
  687.     * bindtextdom.c: Better prototypes for xmalloc and xstrdup.
  688.  
  689. Mon Aug  7 23:47:42 1995  Ulrich Drepper  <drepper@myware>
  690.  
  691.     * Makefile.in (DISTFILES): gettext.perl is now found in misc/.
  692.  
  693.     * cat-compat.c (bindtextdomain):
  694.     Correct implementation.  dirname parameter was not used.
  695.     Reported by Marcus Daniels.
  696.  
  697.     * gettextP.h (loaded_domain):
  698.     New fields `successor' and `decided' for oo, lazy
  699.     message handling implementation.
  700.  
  701.     * dcgettext.c:
  702.     Adopt for oo, lazy message handliing.
  703.       Now we can inherit translations from less specific locales.
  704.     (find_msg): New function.
  705.  
  706.     * loadmsgcat.c, finddomain.c:
  707.     Complete rewrite.  Implement oo, lazy message handling :-).
  708.       We now have an additional environment variable `LANGUAGE' with
  709.      a higher priority than LC_ALL for the LC_MESSAGE locale.
  710.       Here we can set a colon separated list of specifications each
  711.      of the form `language[_territory[.codeset]][@modifier]'.
  712.  
  713. Sat Aug  5 09:55:42 1995  Ulrich Drepper  <drepper@myware>
  714.  
  715.     * finddomain.c (unistd.h):
  716.     Include to get _PC_PATH_MAX defined on system having it.
  717.  
  718. Fri Aug  4 22:42:00 1995  Ulrich Drepper  <drepper@myware>
  719.  
  720.     * finddomain.c (stpcpy): Include prototype.
  721.  
  722.     * Makefile.in (dist): Remove `copying instead' message.
  723.  
  724. Wed Aug  2 18:52:03 1995  Ulrich Drepper  <drepper@myware>
  725.  
  726.     * Makefile.in (ID, TAGS): Do not use $^.
  727.  
  728. Tue Aug  1 20:07:11 1995  Ulrich Drepper  <drepper@myware>
  729.  
  730.     * Makefile.in (TAGS, ID): Use $^ as command argument.
  731.     (TAGS): Give etags -o option t write to current directory,
  732.      not $(srcdir).
  733.     (ID): Use $(srcdir) instead os $(top_srcdir)/src.
  734.     (distclean): Remove ID.
  735.  
  736. Sun Jul 30 11:51:46 1995  Ulrich Drepper  <drepper@myware>
  737.  
  738.     * Makefile.in (gnulocaledir):
  739.     New variable, always using share/ for data directory.
  740.     (DEFS): Add GNULOCALEDIR, used in finddomain.c.
  741.  
  742.     * finddomain.c (_nl_default_dirname):
  743.     Set to GNULOCALEDIR, because it always has to point
  744.     to the directory where GNU gettext Library writes it to.
  745.  
  746.     * intl-compat.c (textdomain, bindtextdomain):
  747.     Undefine macros before function definition.
  748.  
  749. Sat Jul 22 01:10:02 1995  Ulrich Drepper  <drepper@myware>
  750.  
  751.     * libgettext.h (_LIBINTL_H):
  752.     Protect definition in case where this file is included as
  753.     libgettext.h on Solaris machines.  Add comment about this.
  754.  
  755. Wed Jul 19 02:36:42 1995  Ulrich Drepper  <drepper@myware>
  756.  
  757.     * intl-compat.c (textdomain): Correct typo.
  758.  
  759. Wed Jul 19 01:51:35 1995  Ulrich Drepper  <drepper@myware>
  760.  
  761.     * dcgettext.c (dcgettext): Function now called __dcgettext.
  762.  
  763.     * dgettext.c (dgettext): Now called __dgettext and calls
  764.      __dcgettext.
  765.  
  766.     * gettext.c (gettext):
  767.     Function now called __gettext and calls __dgettext.
  768.  
  769.     * textdomain.c (textdomain): Function now called __textdomain.
  770.  
  771.     * bindtextdom.c (bindtextdomain): Function now called
  772.      __bindtextdomain.
  773.  
  774.     * intl-compat.c: Initial revision.
  775.  
  776.     * Makefile.in (SOURCES): Add intl-compat.c.
  777.     (OBJECTS): We always compile the GNU gettext library functions.
  778.       OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
  779.      and intl-compat.o.
  780.       (GETTOBJS): Contains now only intl-compat.o.
  781.  
  782.     * libgettext.h:
  783.     Re-include protection matches dualistic character of libgettext.h.
  784.     For all functions in GNU gettext library define __ counter part.
  785.  
  786.     * finddomain.c (strchr): Define as index if not found in C library.
  787.     (_nl_find_domain): For relative paths paste / in between.
  788.  
  789. Tue Jul 18 16:37:45 1995  Ulrich Drepper  <drepper@myware>
  790.  
  791.     * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
  792.  
  793.     * xopen-msg.sed: Fix bug with `msgstr ""' lines.
  794.     A little bit better comments.
  795.  
  796. Tue Jul 18 01:18:27 1995  Ulrich Drepper  <drepper@myware>
  797.  
  798.     * Makefile.in:
  799.     po-mode.el, makelinks, combine-sh are now found in ../misc.
  800.  
  801.     * po-mode.el, makelinks, combine-sh, elisp-comp:
  802.     Moved to ../misc/.
  803.  
  804.     * libgettext.h, gettextP.h, gettext.h: Uniform test for __STDC__.
  805.  
  806. Sun Jul 16 22:33:02 1995  Ulrich Drepper  <drepper@myware>
  807.  
  808.     * Makefile.in (INSTALL, INSTALL_DATA): New variables.
  809.     (install-data, uninstall): Install/uninstall .elc file.
  810.  
  811.     * po-mode.el (Installation comment):
  812.     Add .pox as possible extension of .po files.
  813.  
  814. Sun Jul 16 13:23:27 1995  Ulrich Drepper  <drepper@myware>
  815.  
  816.     * elisp-comp: Complete new version by Franc,ois: This does not
  817.      fail when not compiling in the source directory.
  818.  
  819. Sun Jul 16 00:12:17 1995  Ulrich Drepper  <drepper@myware>
  820.  
  821.     * Makefile.in (../po/cat-id-tbl.o):
  822.     Use $(MAKE) instead of make for recursive make.
  823.  
  824.     * Makefile.in (.el.elc): Use $(SHELL) instead of /bin/sh.
  825.     (install-exec): Add missing dummy goal.
  826.     (install-data, uninstall): @ in multi-line shell command at
  827.      beginning, not in front of echo.  Reported by Eric Backus.
  828.  
  829. Sat Jul 15 00:21:28 1995  Ulrich Drepper  <drepper@myware>
  830.  
  831.     * Makefile.in (DISTFILES):
  832.     Rename libgettext.perl to gettext.perl to fit in 14 chars
  833.     file systems.
  834.  
  835.     * gettext.perl:
  836.      Rename to gettext.perl to fit in 14 chars file systems.
  837.  
  838. Thu Jul 13 23:17:20 1995  Ulrich Drepper  <drepper@myware>
  839.  
  840.     * cat-compat.c: If !STDC_HEADERS try to include malloc.h.
  841.  
  842. Thu Jul 13 20:55:02 1995  Ulrich Drepper  <drepper@myware>
  843.  
  844.     * po2tbl.sed.in: Pretty printing.
  845.  
  846.     * linux-msg.sed, xopen-msg.sed:
  847.     Correct bugs with handling substitute flags in branches.
  848.  
  849.     * hash-string.h (hash_string):
  850.     Old K&R compilers don't under stand `unsigned char'.
  851.  
  852.     * gettext.h (nls_uint32):
  853.     Some old K&R compilers (eg HP) don't understand `unsigned int'.
  854.  
  855.     * cat-compat.c (msg_to_cat_id): De-ANSI-fy prototypes.
  856.  
  857. Thu Jul 13 01:34:33 1995  Ulrich Drepper  <drepper@myware>
  858.  
  859.     * Makefile.in (ELCFILES): New variable.
  860.     (DISTFILES): Add elisp-comp.
  861.     Add implicit rule for .el -> .elc compilation.
  862.     (install-data): install $ELCFILES
  863.     (clean): renamed po-to-tbl and po-to-msg to po2tbl and po2msg resp.
  864.  
  865.     * elisp-comp: Initial revision
  866.  
  867. Wed Jul 12 16:14:52 1995  Ulrich Drepper  <drepper@myware>
  868.  
  869.     * Makefile.in:
  870.     cat-id-tbl.c is now found in po/.  This enables us to use an identical
  871.     intl/ directory in all packages.
  872.  
  873.     * dcgettext.c (dcgettext): hashing does not work for table size <= 2.
  874.  
  875.     * textdomain.c: fix typo (#if def -> #if defined)
  876.  
  877. Tue Jul 11 18:44:43 1995  Ulrich Drepper  <drepper@myware>
  878.  
  879.     * Makefile.in (stamp-cat-id): use top_srcdir to address source files
  880.     (DISTFILES,distclean): move tupdate.perl to src/
  881.  
  882.     * po-to-tbl.sed.in:
  883.     add additional jump to clear change flag to recognize multiline strings
  884.  
  885. Tue Jul 11 01:32:50 1995  Ulrich Drepper  <drepper@myware>
  886.  
  887.     * textdomain.c: Protect inclusion of stdlib.h and string.h.
  888.  
  889.     * loadmsgcat.c: Protect inclusion of stdlib.h.
  890.  
  891.     * libgettext.h: Protect inclusion of locale.h.
  892.     Allow use in C++ programs.
  893.     Define NULL is not happened already.
  894.  
  895.     * Makefile.in (DISTFILES): ship po-to-tbl.sed.in instead of
  896.     po-to-tbl.sed.
  897.     (distclean): remove po-to-tbl.sed and tupdate.perl.
  898.  
  899.     * tupdate.perl.in: Substitute Perl path even in exec line.
  900.     Don't include entries without translation from old .po file.
  901.  
  902. Tue Jul  4 00:41:51 1995  Ulrich Drepper  <drepper@myware>
  903.  
  904.     * tupdate.perl.in: use "Updated: " in msgid "".
  905.  
  906.     * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR).
  907.      Define getenv if !__STDC__.
  908.  
  909.     * bindtextdom.c: Protect stdlib.h and string.h inclusion.
  910.      Define free if !__STDC__.
  911.  
  912.     * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
  913.      Define free if !__STDC__.
  914.  
  915.     * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
  916.  
  917. Mon Jul  3 23:56:30 1995  Ulrich Drepper  <drepper@myware>
  918.  
  919.     * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
  920.     Remove unneeded $(srcdir) from Makefile.in dependency.
  921.  
  922.     * makelinks: Add copyright and short description.
  923.  
  924.     * po-mode.el: Last version for 0.7.
  925.  
  926.     * tupdate.perl.in: Fix die message.
  927.  
  928.     * dcgettext.c: Protect include of string.h.
  929.  
  930.     * gettext.c: Protect include of stdlib.h and further tries to get NULL.
  931.  
  932.     * finddomain.c: Some corrections in includes.
  933.  
  934.     * Makefile.in (INCLUDES): Prune list correct path to Makefile.in.
  935.  
  936.     * po-to-tbl.sed: Adopt for new .po file format.
  937.  
  938.     * linux-msg.sed, xopen-msg.sed: Adopt for new .po file format.
  939.  
  940. Sun Jul  2 23:55:03 1995  Ulrich Drepper  <drepper@myware>
  941.  
  942.     * tupdate.perl.in: Complete rewrite for new .po file format.
  943.  
  944. Sun Jul  2 02:06:50 1995  Ulrich Drepper  <drepper@myware>
  945.  
  946.     * First official release.  This directory contains all the code
  947.     needed to internationalize own packages.  It provides functions
  948.     which allow to use the X/Open catgets function with an interface
  949.     like the Uniforum gettext function.  For system which does not
  950.     have neither of those a complete implementation is provided.
  951.